type github.com/jackc/pgx/v5/pgtype.encodePlanTimestampCodecText

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		timestamp.go#L157: 		return encodePlanTimestampCodecText{}
		timestamp.go#L192: type encodePlanTimestampCodecText struct{}
		timestamp.go#L194: func (encodePlanTimestampCodecText) Encode(value any, buf []byte) (newBuf []byte, err error) {